[INFO] cloning repository https://github.com/dzoxploit/rust-rest-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dzoxploit/rust-rest-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdzoxploit%2Frust-rest-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdzoxploit%2Frust-rest-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 529030ab4afacb6e6dc74e0542085712b1fbd9c0
[INFO] fixing dzoxploit/rust-rest-api against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdzoxploit%2Frust-rest-api" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dzoxploit/rust-rest-api
[INFO] finished tweaking git repo https://github.com/dzoxploit/rust-rest-api
[INFO] tweaked toml for git repo https://github.com/dzoxploit/rust-rest-api written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dzoxploit/rust-rest-api on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dzoxploit/rust-rest-api already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c02b2c4bb8c21f2cbececbf8006711b4d25507ad1846ca2c1d74c7fc13dfbcce
[INFO] running `Command { std: "docker" "start" "c02b2c4bb8c21f2cbececbf8006711b4d25507ad1846ca2c1d74c7fc13dfbcce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c02b2c4bb8c21f2cbececbf8006711b4d25507ad1846ca2c1d74c7fc13dfbcce" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c02b2c4bb8c21f2cbececbf8006711b4d25507ad1846ca2c1d74c7fc13dfbcce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c02b2c4bb8c21f2cbececbf8006711b4d25507ad1846ca2c1d74c7fc13dfbcce" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.173
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking brotli v8.0.1
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.29
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking actix-http v3.11.0
[INFO] [stderr]     Checking actix-web v4.11.0
[INFO] [stderr]     Checking rust-rest-api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected expression, found `/`
[INFO] [stdout]   --> src/models/category.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     / // append short uuid to help with uniqueness
[INFO] [stdout]    |     ^ expected expression
[INFO] [stdout]    |
[INFO] [stdout] help: parentheses are required to parse this as an expression
[INFO] [stdout]    |
[INFO] [stdout] 48 ~     (if out.is_empty() {
[INFO] [stdout] 49 |         // fallback to uuid if name produced nothing useful
[INFO] [stdout] 50 |         return Uuid::new_v4().to_string();
[INFO] [stdout] 51 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `let` statement
[INFO] [stdout]   --> src/models/category.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let short = Uuid::new_v4().to_string();
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: only supported directly in conditions of `if` and `while` expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `/`
[INFO] [stdout]   --> src/models/subCategory.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     / // append short uuid to help with uniqueness
[INFO] [stdout]    |     ^ expected expression
[INFO] [stdout]    |
[INFO] [stdout] help: parentheses are required to parse this as an expression
[INFO] [stdout]    |
[INFO] [stdout] 50 ~     (if out.is_empty() {
[INFO] [stdout] 51 |         // fallback to uuid if name produced nothing useful
[INFO] [stdout] 52 |         return Uuid::new_v4().to_string();
[INFO] [stdout] 53 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `let` statement
[INFO] [stdout]   --> src/models/subCategory.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let short = Uuid::new_v4().to_string();
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: only supported directly in conditions of `if` and `while` expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `/`
[INFO] [stdout]   --> src/models/category.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     / // append short uuid to help with uniqueness
[INFO] [stdout]    |     ^ expected expression
[INFO] [stdout]    |
[INFO] [stdout] help: parentheses are required to parse this as an expression
[INFO] [stdout]    |
[INFO] [stdout] 48 ~     (if out.is_empty() {
[INFO] [stdout] 49 |         // fallback to uuid if name produced nothing useful
[INFO] [stdout] 50 |         return Uuid::new_v4().to_string();
[INFO] [stdout] 51 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `let` statement
[INFO] [stdout]   --> src/models/category.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let short = Uuid::new_v4().to_string();
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: only supported directly in conditions of `if` and `while` expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `/`
[INFO] [stdout]   --> src/models/subCategory.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     / // append short uuid to help with uniqueness
[INFO] [stdout]    |     ^ expected expression
[INFO] [stdout]    |
[INFO] [stdout] help: parentheses are required to parse this as an expression
[INFO] [stdout]    |
[INFO] [stdout] 50 ~     (if out.is_empty() {
[INFO] [stdout] 51 |         // fallback to uuid if name produced nothing useful
[INFO] [stdout] 52 |         return Uuid::new_v4().to_string();
[INFO] [stdout] 53 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `let` statement
[INFO] [stdout]   --> src/models/subCategory.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let short = Uuid::new_v4().to_string();
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: only supported directly in conditions of `if` and `while` expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `category_id` and `subcategory_id` in initializer of `Article`
[INFO] [stdout]  --> src/handlers/article_handler.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let new_article = Article {
[INFO] [stdout]   |                       ^^^^^^^ missing `category_id` and `subcategory_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `category_id` and `subcategory_id` in initializer of `Article`
[INFO] [stdout]   --> src/handlers/article_handler.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mock_article = Article {
[INFO] [stdout]    |                        ^^^^^^^ missing `category_id` and `subcategory_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `category_id` and `subcategory_id` in initializer of `Article`
[INFO] [stdout]   --> src/handlers/article_handler.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         Article {
[INFO] [stdout]    |         ^^^^^^^ missing `category_id` and `subcategory_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `category_id` and `subcategory_id` in initializer of `Article`
[INFO] [stdout]   --> src/handlers/article_handler.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         Article {
[INFO] [stdout]    |         ^^^^^^^ missing `category_id` and `subcategory_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `Category` in the current scope
[INFO] [stdout]   --> src/handlers/category_handler.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |     store.push(new.clone());
[INFO] [stdout]    |                    ^^^^^ method not found in `Category`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/models/category.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Category {
[INFO] [stdout]    | ------------------- method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Category: user::_::_serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/handlers/category_handler.rs:27:31
[INFO] [stdout]     |
[INFO] [stdout]  27 |     HttpResponse::Created().json(new)
[INFO] [stdout]     |                             ---- ^^^ unsatisfied trait bound
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `user::_::_serde::Serialize` is not implemented for `Category`
[INFO] [stdout]    --> src/models/category.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | pub struct Category {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Category` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `user::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 146 others
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/response/builder.rs:333:40
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `std::sync::MutexGuard<'_, Vec<Category>>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/handlers/category_handler.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |     HttpResponse::Ok().json(store.clone())
[INFO] [stdout]    |                                   ^^^^^ method cannot be called on `std::sync::MutexGuard<'_, Vec<Category>>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/models/category.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Category {
[INFO] [stdout]    | ------------------- doesn't satisfy `Category: Clone`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Category: Clone`
[INFO] [stdout]            which is required by `Vec<Category>: Clone`
[INFO] [stdout] help: consider annotating `Category` with `#[derive(Clone)]`
[INFO] [stdout]   --> src/models/category.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Clone)]
[INFO] [stdout]  5 | pub struct Category {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Category: user::_::_serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/handlers/category_handler.rs:39:40
[INFO] [stdout]     |
[INFO] [stdout]  39 |         Some(cat) => HttpResponse::Ok().json(cat.clone()),
[INFO] [stdout]     |                                         ---- ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `user::_::_serde::Serialize` is not implemented for `Category`
[INFO] [stdout]    --> src/models/category.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | pub struct Category {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Category` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `user::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 146 others
[INFO] [stdout]     = note: required for `&Category` to implement `user::_::_serde::Serialize`
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/response/builder.rs:333:40
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for mutable reference `&mut Category` in the current scope
[INFO] [stdout]   --> src/handlers/category_handler.rs:69:32
[INFO] [stdout]    |
[INFO] [stdout] 69 |             HttpResponse::Ok().json(cat.clone())
[INFO] [stdout]    |                                         ^^^^^ method not found in `&mut Category`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the trait `Clone` defines an item `clone`, but is explicitly unimplemented
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `SubCategory` in the current scope
[INFO] [stdout]   --> src/handlers/subCategory_handler.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |     store.push(new.clone());
[INFO] [stdout]    |                    ^^^^^ method not found in `SubCategory`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/models/subCategory.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct SubCategory {
[INFO] [stdout]    | ---------------------- method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SubCategory: user::_::_serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/handlers/subCategory_handler.rs:27:31
[INFO] [stdout]     |
[INFO] [stdout]  27 |     HttpResponse::Created().json(new)
[INFO] [stdout]     |                             ---- ^^^ unsatisfied trait bound
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `user::_::_serde::Serialize` is not implemented for `SubCategory`
[INFO] [stdout]    --> src/models/subCategory.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | pub struct SubCategory {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `SubCategory` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `user::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 146 others
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/response/builder.rs:333:40
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `std::sync::MutexGuard<'_, Vec<SubCategory>>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/handlers/subCategory_handler.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |     HttpResponse::Ok().json(store.clone())
[INFO] [stdout]    |                                   ^^^^^ method cannot be called on `std::sync::MutexGuard<'_, Vec<SubCategory>>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/models/subCategory.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct SubCategory {
[INFO] [stdout]    | ---------------------- doesn't satisfy `SubCategory: Clone`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `SubCategory: Clone`
[INFO] [stdout]            which is required by `Vec<SubCategory>: Clone`
[INFO] [stdout] help: consider annotating `SubCategory` with `#[derive(Clone)]`
[INFO] [stdout]   --> src/models/subCategory.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Clone)]
[INFO] [stdout]  5 | pub struct SubCategory {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SubCategory: user::_::_serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/handlers/subCategory_handler.rs:39:40
[INFO] [stdout]     |
[INFO] [stdout]  39 |         Some(cat) => HttpResponse::Ok().json(cat.clone()),
[INFO] [stdout]     |                                         ---- ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `user::_::_serde::Serialize` is not implemented for `SubCategory`
[INFO] [stdout]    --> src/models/subCategory.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | pub struct SubCategory {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `SubCategory` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `user::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 146 others
[INFO] [stdout]     = note: required for `&SubCategory` to implement `user::_::_serde::Serialize`
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/response/builder.rs:333:40
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `category_id` and `subcategory_id` in initializer of `Article`
[INFO] [stdout]  --> src/handlers/article_handler.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let new_article = Article {
[INFO] [stdout]   |                       ^^^^^^^ missing `category_id` and `subcategory_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `category_id` and `subcategory_id` in initializer of `Article`
[INFO] [stdout]   --> src/handlers/article_handler.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mock_article = Article {
[INFO] [stdout]    |                        ^^^^^^^ missing `category_id` and `subcategory_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `category_id` and `subcategory_id` in initializer of `Article`
[INFO] [stdout]   --> src/handlers/article_handler.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         Article {
[INFO] [stdout]    |         ^^^^^^^ missing `category_id` and `subcategory_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `category_id` and `subcategory_id` in initializer of `Article`
[INFO] [stdout]   --> src/handlers/article_handler.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         Article {
[INFO] [stdout]    |         ^^^^^^^ missing `category_id` and `subcategory_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for mutable reference `&mut SubCategory` in the current scope
[INFO] [stdout]   --> src/handlers/subCategory_handler.rs:70:32
[INFO] [stdout]    |
[INFO] [stdout] 70 |             HttpResponse::Ok().json(cat.clone())
[INFO] [stdout]    |                                         ^^^^^ method not found in `&mut SubCategory`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the trait `Clone` defines an item `clone`, but is explicitly unimplemented
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `Category` in the current scope
[INFO] [stdout]   --> src/handlers/category_handler.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |     store.push(new.clone());
[INFO] [stdout]    |                    ^^^^^ method not found in `Category`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/models/category.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Category {
[INFO] [stdout]    | ------------------- method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Category: user::_::_serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/handlers/category_handler.rs:27:31
[INFO] [stdout]     |
[INFO] [stdout]  27 |     HttpResponse::Created().json(new)
[INFO] [stdout]     |                             ---- ^^^ unsatisfied trait bound
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `user::_::_serde::Serialize` is not implemented for `Category`
[INFO] [stdout]    --> src/models/category.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | pub struct Category {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Category` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `user::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 146 others
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/response/builder.rs:333:40
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `std::sync::MutexGuard<'_, Vec<Category>>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/handlers/category_handler.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |     HttpResponse::Ok().json(store.clone())
[INFO] [stdout]    |                                   ^^^^^ method cannot be called on `std::sync::MutexGuard<'_, Vec<Category>>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/models/category.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Category {
[INFO] [stdout]    | ------------------- doesn't satisfy `Category: Clone`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Category: Clone`
[INFO] [stdout]            which is required by `Vec<Category>: Clone`
[INFO] [stdout] help: consider annotating `Category` with `#[derive(Clone)]`
[INFO] [stdout]   --> src/models/category.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Clone)]
[INFO] [stdout]  5 | pub struct Category {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Category: user::_::_serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/handlers/category_handler.rs:39:40
[INFO] [stdout]     |
[INFO] [stdout]  39 |         Some(cat) => HttpResponse::Ok().json(cat.clone()),
[INFO] [stdout]     |                                         ---- ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `user::_::_serde::Serialize` is not implemented for `Category`
[INFO] [stdout]    --> src/models/category.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | pub struct Category {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Category` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `user::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 146 others
[INFO] [stdout]     = note: required for `&Category` to implement `user::_::_serde::Serialize`
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/response/builder.rs:333:40
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for mutable reference `&mut Category` in the current scope
[INFO] [stdout]   --> src/handlers/category_handler.rs:69:32
[INFO] [stdout]    |
[INFO] [stdout] 69 |             HttpResponse::Ok().json(cat.clone())
[INFO] [stdout]    |                                         ^^^^^ method not found in `&mut Category`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the trait `Clone` defines an item `clone`, but is explicitly unimplemented
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `SubCategory` in the current scope
[INFO] [stdout]   --> src/handlers/subCategory_handler.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |     store.push(new.clone());
[INFO] [stdout]    |                    ^^^^^ method not found in `SubCategory`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/models/subCategory.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct SubCategory {
[INFO] [stdout]    | ---------------------- method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SubCategory: user::_::_serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/handlers/subCategory_handler.rs:27:31
[INFO] [stdout]     |
[INFO] [stdout]  27 |     HttpResponse::Created().json(new)
[INFO] [stdout]     |                             ---- ^^^ unsatisfied trait bound
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `user::_::_serde::Serialize` is not implemented for `SubCategory`
[INFO] [stdout]    --> src/models/subCategory.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | pub struct SubCategory {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `SubCategory` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `user::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 146 others
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/response/builder.rs:333:40
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `std::sync::MutexGuard<'_, Vec<SubCategory>>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/handlers/subCategory_handler.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |     HttpResponse::Ok().json(store.clone())
[INFO] [stdout]    |                                   ^^^^^ method cannot be called on `std::sync::MutexGuard<'_, Vec<SubCategory>>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/models/subCategory.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct SubCategory {
[INFO] [stdout]    | ---------------------- doesn't satisfy `SubCategory: Clone`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `SubCategory: Clone`
[INFO] [stdout]            which is required by `Vec<SubCategory>: Clone`
[INFO] [stdout] help: consider annotating `SubCategory` with `#[derive(Clone)]`
[INFO] [stdout]   --> src/models/subCategory.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Clone)]
[INFO] [stdout]  5 | pub struct SubCategory {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SubCategory: user::_::_serde::Serialize` is not satisfied
[INFO] [stdout]    --> src/handlers/subCategory_handler.rs:39:40
[INFO] [stdout]     |
[INFO] [stdout]  39 |         Some(cat) => HttpResponse::Ok().json(cat.clone()),
[INFO] [stdout]     |                                         ---- ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `user::_::_serde::Serialize` is not implemented for `SubCategory`
[INFO] [stdout]    --> src/models/subCategory.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | pub struct SubCategory {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `SubCategory` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `user::_::_serde::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 146 others
[INFO] [stdout]     = note: required for `&SubCategory` to implement `user::_::_serde::Serialize`
[INFO] [stdout] note: required by a bound in `HttpResponseBuilder::json`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/response/builder.rs:333:40
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub fn json(&mut self, value: impl Serialize) -> HttpResponse {
[INFO] [stdout]     |                                        ^^^^^^^^^ required by this bound in `HttpResponseBuilder::json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for mutable reference `&mut SubCategory` in the current scope
[INFO] [stdout]   --> src/handlers/subCategory_handler.rs:70:32
[INFO] [stdout]    |
[INFO] [stdout] 70 |             HttpResponse::Ok().json(cat.clone())
[INFO] [stdout]    |                                         ^^^^^ method not found in `&mut SubCategory`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the trait `Clone` defines an item `clone`, but is explicitly unimplemented
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-rest-api` (bin "rust-rest-api") due to 18 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-rest-api` (bin "rust-rest-api" test) due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "c02b2c4bb8c21f2cbececbf8006711b4d25507ad1846ca2c1d74c7fc13dfbcce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c02b2c4bb8c21f2cbececbf8006711b4d25507ad1846ca2c1d74c7fc13dfbcce", kill_on_drop: false }`
[INFO] [stdout] c02b2c4bb8c21f2cbececbf8006711b4d25507ad1846ca2c1d74c7fc13dfbcce
